home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / yk211src.lha / Yak_2.11_Src / Prefs / Include / Filereq.h < prev    next >
C/C++ Source or Header  |  1995-11-16  |  403b  |  18 lines

  1.  
  2. #ifdef MUI
  3. #   define AllocAslRequestTags  MUI_AllocAslRequestTags
  4. #   define AslRequestTags       MUI_AslRequestTags
  5. #   define FreeAslRequest       MUI_FreeAslRequest
  6. #endif
  7.  
  8.  
  9. typedef struct {
  10.         struct Window *frp_Window;
  11.         char          *frp_Title;
  12.         char          *frp_InitialFile;
  13.         ULONG          frp_Flag1;
  14. } FileReqParams;
  15.  
  16.  
  17. char *OpenFileRequester(FileReqParams *frp);
  18.